github.com/klauspost/compress/flate.fastEncL5Window.maxOffset (field)
7 uses
github.com/klauspost/compress/flate (current package)
deflate.go#L839: d.fast = &fastEncL5Window{maxOffset: int32(-level), cur: maxStoreBlockSize}
level5.go#L317: maxOffset int32
level5.go#L328: maxMatchOffset := e.maxOffset
level5.go#L634: e.cur += e.maxOffset + int32(len(e.hist))
level5.go#L641: maxMatchOffset := e.maxOffset
level5.go#L676: if s-t > e.maxOffset {
level5.go#L702: if s-t > e.maxOffset {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |